Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/58 - Simon Game/

game.js /cody/swapnilsparsh/30DaysOfJavaScript/58 - Simon Game/game.js
173 Views
0 Comments
var buttonColours = ["red","blue","green","yellow"];

var gamePattern = [];

var userClickedPattern = [];

var started = false;

index.html /cody/swapnilsparsh/30DaysOfJavaScript/58 - Simon Game/index.html
412 Views
0 Comments
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Simon Game</title>
<link rel="st
sounds /cody/swapnilsparsh/30DaysOfJavaScript/58 - Simon Game/sounds/
5 Items
  • blue.mp3
  • green.mp3
  • red.mp3
  • wrong.mp3
  • yellow.mp3
  • styles.css /cody/swapnilsparsh/30DaysOfJavaScript/58 - Simon Game/styles.css
    164 Views
    0 Comments
    body {
    text-align: center;
    background-color: #317dcf;
    }

    #level-title {
    font-family: "Press Start 2P", cursive;
    font-siz